github.com/refraction-networking/utls.constantTimeHash.Reset (method)

33 uses

	github.com/refraction-networking/utls (current package)
		cipher_suites.go#L603: func (c *cthWrapper) Reset()                      { c.h.Reset() }
		cipher_suites.go#L616: 	h.Reset()
		handshake_client_tls13.go#L259: 	hs.transcript.Reset()
		handshake_client_tls13.go#L270: 		hs.echContext.innerTranscript.Reset()
		handshake_server_tls13.go#L555: 	hs.transcript.Reset()
		prf.go#L38: 		h.Reset()
		prf.go#L45: 		h.Reset()

	github.com/refraction-networking/utls/internal/tls12
		tls12.go#L31: 		h.Reset()
		tls12.go#L38: 		h.Reset()

	github.com/gotd/td/crypto
		sha256.go#L27: 	h.Reset()

	compress/zlib
		writer.go#L85: 		z.digest.Reset()

	crypto/internal/fips140/hmac
		hmac.go#L68: 		h.outer.Reset()
		hmac.go#L90: 	h.inner.Reset()
		hmac.go#L120: 	h.outer.Reset()

	crypto/internal/fips140/rsa
		pkcs1v22.go#L59: 		hash.Reset()
		pkcs1v22.go#L113: 	hash.Reset()
		pkcs1v22.go#L238: 	hash.Reset()
		pkcs1v22.go#L393: 	hash.Reset()
		pkcs1v22.go#L432: 	hash.Reset()

	crypto/rsa
		fips.go#L217: 	defer hash.Reset()
		fips.go#L218: 	defer mgfHash.Reset()
		fips.go#L263: 	defer hash.Reset()

	crypto/tls
		cipher_suites.go#L602: func (c *cthWrapper) Reset()                      { c.h.Reset() }
		cipher_suites.go#L615: 	h.Reset()
		handshake_client_tls13.go#L241: 	hs.transcript.Reset()
		handshake_client_tls13.go#L252: 		hs.echContext.innerTranscript.Reset()
		handshake_server_tls13.go#L539: 	hs.transcript.Reset()
		prf.go#L37: 		h.Reset()
		prf.go#L44: 		h.Reset()

	crypto/x509
		pem_decrypt.go#L88: 		hash.Reset()

	golang.org/x/crypto/hkdf
		hkdf.go#L65: 			f.expander.Reset()

	hash
		hash.go#L36: 	Reset()

	rsc.io/qr
		png.go#L77: 	w.crc.Reset()